Goto

Collaborating Authors

 scipy tutorial


SciPy Tutorial: Linear Algebra

#artificialintelligence

An array is, structurally speaking, nothing but pointers. It contains information about the raw data, how to locate an element and how to interpret an element. The memory address and strides are important when you dive deeper into the lower-level details of arrays, while the data type and shape are things that beginners should surely know and understand. Two other attributes that you might want to consider are the data and size, which allow you to gather even more information on your array. Refresh the usage of the ndarray attributes in the following DataCamp Light chunk.